Beginning C by German Gonzalez-Morris & Ivor Horton

Beginning C by German Gonzalez-Morris & Ivor Horton

Author:German Gonzalez-Morris & Ivor Horton
Language: eng
Format: epub
ISBN: 9781484259764
Publisher: Apress


Defining a Function

When you create a function, you specify the function header as the first line of the function definition, followed by the executable code for the function enclosed between braces. The block of code between braces following the function header is called the function body:The function header defines the name of the function, the function parameters (which specify the number and types of values that are passed to the function when it’s called), and the type for the value that the function returns.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.